home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / winlib.lzh / WINLIB / TESTC.PRJ < prev    next >
Encoding:
Text File  |  1994-04-05  |  3.2 KB  |  74 lines

  1. ; *******************************************************************
  2. ; *                                                                 *
  3. ; *    WinLIB PRO Project file                                         *
  4. ; *    Copyright (C) 1992 - 1994, Bitgate Software and Clever Bits     *
  5. ; *                                                                    *
  6. ; *    New addition...  Now utilizes PowerDOS Aliased drives for dev.    *
  7. ; *                                                                    *
  8. ; * Simply replace the line below to the name of your output program*
  9. ; *    filename, and replace the "test.o" line with the object file    *
  10. ; * your compiler created.                                          *
  11. ; *                                                                 *
  12. ; * Users using Turbo C should replace the PC* files with TC* for   *
  13. ; * complete compatibility.  Gnu C++ users should the TESTGNU       *
  14. ; * project file, and Lattice C users should use the MAKEWIN        *
  15. ; * project file.  Mark Williams C users should use the MAKEMARK    *
  16. ; * complete project file.  Compatibility depends on your compiler. *
  17. ; *                                                                 *
  18. ; * WinLIB PRO is NOT compatible with the GemFast routines for Heat *
  19. ; * 'n Serve C compiler, nor is it compatible with early versions   *
  20. ; * of Alcyon C, Mark Williams C (below 4.0), or Laser C.           *
  21. ; *                                                                 *
  22. ; *    Kernigan and Richie (K&R) C definitions are not supported.      *
  23. ; * ANSI C calling structures and methods are only allowed.         *
  24. ; *                                                                 *
  25. ; *******************************************************************
  26.  
  27. F:\TEST.PRG
  28.  
  29. =
  30.  
  31. G:\LIB\PCSTART.O        ; Pure C Header file
  32.  
  33. test.o
  34. testhelp.o    ; This is part of the test program, NOT of WinLIB PRO
  35.  
  36. accs        ; Accessory and Process initialize and calling routines
  37. alert        ; Custom alert box
  38. appl        ; Custom appl_getinfo routine
  39. ascii        ; ASCII keyboard selection table
  40. coloricn    ; Color Icon fixing routines
  41. cookies        ; Cookie Get/Set routines
  42. desktop        ; Desktop icon handling routines
  43. dialog        ; Dialog box handling
  44. dispatch    ; Dispatch calling routines
  45. dragdrop    ; Drag-and-drop protocol routines (from Atari Corp.)
  46. extndobj    ; Extended Object Type fix routines
  47. formkbd        ; Form keyboard routine
  48. gem_xacc    ; eXtended Accessory Communication protocol routines
  49. inttitle    ; Internal title routines (Remind you of Windoze?)
  50. image        ; Image scaling routines
  51. menu        ; Windowed menu routines
  52. message        ; Custom send message to GEM routine
  53. mouse        ; Custom mouse form routines
  54. objects        ; Object routines
  55. popup        ; Popup menu bar routines
  56. resource    ; Resource handling routines
  57. scrap        ; Scrap directory routines (from Christian Grunenberg)
  58. scrsave        ; Screen copy routines by Markus Gutschke
  59. sizing        ; Sizing fix routine
  60. sliders        ; Slider routines
  61. timer        ; Timer routines
  62. tools        ; WinLIB Pro tools
  63. windows        ; Window handling
  64. winlib        ; WinLIB Pro
  65. xaes        ; eXtensions to AES
  66. xvdi        ; eXtensions to VDI
  67.  
  68. nkcc_tos.o    ; Normalized Keyboard Conversion Codes for TOS
  69.  
  70. G:\LIB\PCSTDLIB.LIB    ; standard library
  71. G:\LIB\PCGEMLIB.LIB    ; GEM library
  72. G:\LIB\PCEXTLIB.LIB    ; Extended file library
  73. G:\LIB\PCTOSLIB.LIB    ; TOS library
  74.